home *** CD-ROM | disk | FTP | other *** search
/ Clickx 115 / Clickx 115.iso / software / tools / windows / tails-i386-0.16.iso / live / filesystem.squashfs / var / lib / dpkg / info / libblas3gf.postinst < prev    next >
Encoding:
Text File  |  2010-10-05  |  359 b   |  20 lines

  1. #! /bin/sh
  2.  
  3. set -e
  4.  
  5. update-alternatives --install /usr/lib/libblas.so.3gf libblas.so.3gf /usr/lib/libblas/libblas.so.3gf 10
  6.  
  7. # dh_installdeb will replace this with shell code automatically
  8. # generated by other debhelper scripts.
  9.  
  10. # Automatically added by dh_makeshlibs
  11. if [ "$1" = "configure" ]; then
  12.     ldconfig
  13. fi
  14. # End automatically added section
  15.  
  16.  
  17. exit 0
  18.  
  19.  
  20.